How do you deal with monotony of certain tasks? [on hold]

Posted by aaronmallen on Programmers See other posts from Programmers or by aaronmallen
Published on 2014-06-05T19:05:12Z Indexed on 2014/06/06 3:39 UTC
Read the original article Hit count: 121

Filed under:

I love programming methods, and functions. The if {}, while {}, etc... logic behind them is so much fun. I also love making commits, merging branches, solving merge conflicts. Unfortunately these activities usually require that I create classes which I find tedious and monotonous. The simple action of defining properties, is getting in the way of me writing the logic on what to do with those properties. I can't be alone here there has to be a part of coding for everyone that they dread or at least severely dislike doing compared to other parts of coding. How do you deal with the code based tasks that you find tedious?

© Programmers or respective owner

Related posts about source-code